home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / SKYED00.EXE / 0 / RCDATA / TABOUT_FORM / TABOUT_FORM.txt
Encoding:
Text File  |  1998-02-17  |  2.4 KB  |  117 lines

  1. object about_form: Tabout_form
  2.   Left = 202
  3.   Top = 145
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About SkyEdit'
  7.   ClientHeight = 212
  8.   ClientWidth = 376
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 361
  19.     Height = 169
  20.   end
  21.   object label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 342
  25.     Height = 75
  26.     Caption = 'SkyEdit 1.0'
  27.     Font.Color = clBlack
  28.     Font.Height = -64
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object label2: TLabel
  34.     Left = 127
  35.     Top = 96
  36.     Width = 133
  37.     Height = 13
  38.     Caption = 'Written by: Alex Suzuki'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 75
  47.     Top = 112
  48.     Width = 226
  49.     Height = 13
  50.     Caption = 'SkyEdit is freeware and can be freely distributed'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 24
  54.     Top = 128
  55.     Width = 205
  56.     Height = 13
  57.     Caption = 'Still, please feel free to write me an e-mail to'
  58.   end
  59.   object Label5: TLabel
  60.     Left = 232
  61.     Top = 128
  62.     Width = 120
  63.     Height = 13
  64.     Cursor = crCross
  65.     Hint = 'Write me a mail!'
  66.     Caption = 'sky@galaxycorp.com'
  67.     Font.Color = clBlue
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     OnClick = Label5Click
  75.   end
  76.   object Label6: TLabel
  77.     Left = 52
  78.     Top = 144
  79.     Width = 85
  80.     Height = 13
  81.     Caption = 'or visit my website'
  82.   end
  83.   object Label7: TLabel
  84.     Left = 140
  85.     Top = 144
  86.     Width = 183
  87.     Height = 13
  88.     Cursor = crCross
  89.     Hint = 'Visit my site!'
  90.     Caption = 'http://www.galaxycorp.com/sky'
  91.     Font.Color = clBlue
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     OnClick = Label7Click
  99.   end
  100.   object Label8: TLabel
  101.     Left = 69
  102.     Top = 160
  103.     Width = 237
  104.     Height = 13
  105.     Caption = 'Gimme feedback! ("SkyEdit ain'#39't that stupid at all")'
  106.   end
  107.   object btn_close: TButton
  108.     Left = 151
  109.     Top = 184
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&OK'
  113.     TabOrder = 0
  114.     OnClick = btn_closeClick
  115.   end
  116. end
  117.